home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 029a / safera16.zip / INSTALL.DOC < prev    next >
Text File  |  1991-06-21  |  6KB  |  128 lines

  1.                                INSTALL.DOC File
  2.  
  3.                             Safe Erase Version 1.60
  4.  
  5.                    (C) Copyright by Tom Williams, 1990-1991
  6.  
  7.  
  8. 1) Determine which directory contains your MS-DOS commands.  This will
  9. be the directory containing the command.com file.  Typically the
  10. directory containing the DOS commands is called <DOS>.  Verify this by
  11. changing directories if not already in the DOS directory and typing: DIR
  12. COMMAND.COM.  If command.com is found in the directory list, this is the
  13. correct directory.  Copy the following files into this DOS directory:
  14.  
  15.       - killf.exe
  16.       - retrieve.exe
  17.       - buildtab.exe
  18.       - killtab.exe
  19.  
  20.  
  21. 2) Edit your autoexec.bat file and type in a set comspec definition with
  22. the following format:
  23.  
  24. SET COMSPEC=[drive:][path]COMMAND.COM
  25.  
  26. Example:
  27.  
  28. SET COMSPEC=C:\DOS\COMMAND.COM
  29.  
  30. The set comspec definition is necessary because KILLF.EXE will
  31. occasionally need to know where the command processor is located.  The
  32. set comspec definition should therefore point to the drive and directory
  33. that contains your command.com file.  This will be the directory in
  34. which you copied the 4 files above into in step one.  If the drive and
  35. path are not correct or the set comspec definition is not put in the
  36. autoexec.bat file you probably will encounter the following MS-DOS error
  37. messages while trying to use KILLF:
  38.  
  39. Invalid COMMAND.COM
  40.  
  41. Cannot load COMMAND, system halted
  42.  
  43. If these messages are encountered reboot the system and check the
  44. autoexec.bat file to make sure you have the set comspec definition and
  45. that it specifies the correct directory that contains the command.com
  46. file.
  47.  
  48. 3) Step three is optional but highly recommended since it will speed up
  49. access to KILLF.EXE and make erasing files faster.  Edit your
  50. autoexec.bat file and change the set path definition so that your DOS
  51. directory is the first directory in the list.  This will cause your DOS
  52. directory to get searched first when DOS looks for KILLF.EXE.  For
  53. example, if your set path definition in your autoexec.bat file looks
  54. something like:
  55.  
  56. SET PATH=C:\TOOLS;C:\GAMES;C:\DOS;C:\CHARTS
  57.  
  58. Change it to:
  59.  
  60. SET PATH=C:\DOS;C:\TOOLS;C:\GAMES;C:\CHARTS
  61.  
  62.  
  63.  
  64.                           How To Use Safe Erase
  65.                           ---------------------
  66.  
  67.  
  68. Once the steps above are completed, KILLF is used exactly how ERASE and
  69. DEL are used to erase files.  Typing KILLF /? will bring up online help
  70. information on the usage of KILLF.  There are several other Safe Erase
  71. programs that come with this package.  The first is BUILDTAB.EXE.  This
  72. can be used to build a Safe File Table on each of the disks or diskettes
  73. the user desires, however, this is strictly optional since KILLF will
  74. automatically check a disk before erasing any files to see if it has a
  75. Safe File Table.  If the disk does not have a Safe File Table KILLF will
  76. first build the table, store the allocated clusters of the files to be
  77. erased into the table and then actually erase the files.  A Safe File
  78. Table will get built on the disk the very first time the KILLF command
  79. is used on that particular disk.  If the disk or diskette does not have
  80. a Safe File Table and is almost out of disk space, KILLF may not be able
  81. to build a Safe File Table until one or more files are deleted.  KILLF
  82. will indicate that a Safe File Table could not be built and ask the user
  83. whether to proceed with the erase.  If a file is erased and this creates
  84. enough space for the Safe File Table, KILLF will build one immediately
  85. after erasing the file.  It is for this reason that the BUILDTAB program
  86. is provided and it is best used right after a disk or diskette is
  87. formatted.  The Safe File Table is always built in the root directory of
  88. the disk or diskette.  BUILDTAB is used simply by typing BUILDTAB or
  89. BUILDTAB [drive:] to build a table on a disk in another drive.  Typing
  90. BUILDTAB /? will bring up online help information on the usage of
  91. BUILDTAB.  Once again, use of BUILDTAB is strictly optional but will
  92. prevent the one situation in which the disk is too full to build a table
  93. and one or more files must be erased without the protection of having
  94. their cluster numbers stored in the Safe File Table.
  95.  
  96. KILLTAB.EXE is used to remove a Safe File Table from a disk.  KILLF will
  97. not erase a Safe File Table since it is a read-only file.  You will only
  98. want to use KILLTAB if it is known that something corrupted the Safe
  99. File Table or you no longer wish to use Safe Erase.  KILLTAB is used
  100. simply by typing KILLTAB or KILLTAB [drive:] to erase a table on a disk
  101. in another drive.  Typing KILLTAB /? will bring up online help
  102. information on the usage of KILLTAB.
  103.  
  104.  
  105.                             Retrieving Files
  106.                             ----------------
  107.  
  108. Retrieving files is easy with the Safe Erase Retrieve program.  Just
  109. type RETRIEVE in the directory of the erased file or files.  A panel
  110. will come up with all the killed files listed.  Each file name will
  111. begin with a question mark.  This is because when a file is erased one
  112. of the things that happen to that file is that its first character is
  113. changed to "σ".  This lets MS-DOS know that the file is erased.  Using
  114. the arrow keys move around to the files you want to retrieve and change
  115. the question mark to the correct character on each file that you want to
  116. retrieve.  If you don't want to retrieve a particular file just leave
  117. the question mark alone.  Once you have changed the question marks to
  118. the correct characters on all the files that you want to retrieve press
  119. F5 to retrieve them.  That is all there is to it.
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.